devkit8000: Add malloc space
authorTom Rini <[email protected]>
Tue, 18 Oct 2011 17:47:22 +0000 (10:47 -0700)
committerAlbert ARIBAUD <[email protected]>
Thu, 27 Oct 2011 19:56:35 +0000 (21:56 +0200)
With malloc support being a new requirement for all ARM SPL
implementations, define a small area for use on devkit8000.

Cc: Frederik Kriewitz <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
include/configs/devkit8000.h

index eed1b0653df4c47a0f79c92cceb0668a86c04d3c..6c51a274750aeb16be539c343d0f8ac7fb0f7f61 100644 (file)
 #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x80000
 #define CONFIG_SYS_NAND_U_BOOT_SIZE    0x200000
 
+#define CONFIG_SYS_SPL_MALLOC_START    0x80108000
+#define CONFIG_SYS_SPL_MALLOC_SIZE     0x100000        /* 1 MB */
+
 #endif /* __CONFIG_H */